home *** CD-ROM | disk | FTP | other *** search
- File: 4340-OING.README
-
- This is a little display hack I cooked up in an afternoon. It's a
- sort of sprite-based version of "Boing!", called Oing.
-
- This is written for the MANX compiler/assembler. Conversion to
- Lettuce is non-trivial, but you're a smart guy; I'm sure you can figure it
- out.
-
- To construct this little gem, you say:
-
- 1> cc oing.c
- 1> as anim.s
- 1> as rnd.s
- 1> ln oing.o anim.o rnd.o -lc -o oing
-
- Edit as your setup dictates.
-
- MetaComCo assembler conversion notes: If you have this assembler,
- about the only change you need to make to the assembly files is to change
- all occurences of the word "public" to "XDEF". Remember Lettuce users that
- rnd() is passed and returns a short (16 bits).
-
- The more I write stuff like this, the more I notice that I don't use
- comments as much as I should. If the code confuses you, tell me and I'll
- try to explain things to you.
-
- Remember, this is only a parlor trick. Have fun.
-
- _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
- ________ ___
- \ /___--__ Leo L. Schwab
- ___ ___ /\ ---##\ ihnp4!ptsfa!well!ewhac
- / X \_____ | __ _---)) ..or..
- / /_\-- -----+==____\ // \ _ well ---\
- ___ ( o---+------------------O/ \/ \ dual ----> !unicom!ewhac
- \ / ___ \_ (`o ) hplabs -/ ("AE-wack")
- ____ \___/ \_/
- Recumbent Bikes: "Work FOR? I don't work FOR
- The Only Way To Fly! anybody! I'm just having fun."
-